Eclipse Platform
Pre-release 3.0

org.eclipse.ui.commands
Interface IWorkbenchWindowCommandSupport


public interface IWorkbenchWindowCommandSupport

An instance of this interface provides support for managing commands at the IWorkbenchWindow level.

This interface is not intended to be extended or implemented by clients.

EXPERIMENTAL

Since:
3.0
See Also:
IWorkbenchWindow#getAdaptable

Method Summary
 ICommandHandlerService getCommandHandlerService()
          Returns the command handler service for the workbench window.
 

Method Detail

getCommandHandlerService

public ICommandHandlerService getCommandHandlerService()
Returns the command handler service for the workbench window.

Returns:
the command handler for the workbench window. Guaranteed not to be null.

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.